home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / mawk10.zip / TEMPLATE.H < prev    next >
C/C++ Source or Header  |  1991-10-05  |  246b  |  18 lines

  1.  
  2. /* template.h */
  3.  
  4. /* all .h's that link for move to .. as config.h
  5.    should have the following form
  6. */
  7.  
  8. #ifndef   CONFIG_H
  9. #define   CONFIG_H    1
  10.  
  11.  
  12. ...
  13. non default defines
  14. ...
  15.  
  16. #include "config/Idefault.h"
  17. #endif /* CONFIG_H  */
  18.